runtime/internal/atomic.Uintptr.Add (method)

3 uses

	runtime/internal/atomic (current package)
		types.go#L321: func (u *Uintptr) Add(delta uintptr) uintptr {

	runtime
		mgcsweep.go#L373: 				mheap_.reclaimCredit.Add(npages)
		mheap.go#L788: 			h.reclaimCredit.Add(nfound - npage)